home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 7 / Amiga Format AFCD07 (Dec 1996, Issue 91).iso / serious / shareware / workbench / change / source / include / oeffnen.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-09-14  |  397 b   |  15 lines

  1. // $VER: Oeffnen.h 1.1 (05.02.96)
  2.  
  3. #ifndef SDI_OEFFNEN_H
  4. #define SDI_OEFFNEN_H
  5.  
  6. enum {
  7. OEFFNEN_LIKE_SELECTED = 1,        // Ziel nach Angabe
  8. OEFFNEN_BOTH_SAME,                // Quelle == Ziel
  9. OEFFNEN_WITH_EXT,                 // mit Extension
  10. OEFFNEN_WITH_SLASH,               // mit Unterstrich
  11. OEFFNEN_BOTH_SAME_BY_SECOND_EMPTY // bei leerem Ziel; Quelle == Ziel
  12. };
  13.  
  14. #endif /* SDI_OEFFNEN_H */
  15.